projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91076f
)
gtk_misc_set_alignment(): Improve the deprecation documenation.
author
Murray Cumming
<murrayc@murrayc.com>
Mon, 2 Mar 2015 08:45:57 +0000
(09:45 +0100)
committer
Murray Cumming
<murrayc@murrayc.com>
Mon, 2 Mar 2015 08:46:49 +0000
(09:46 +0100)
To link to GtkWidget.halign/valign and to mention
GtkLabel.xalign/yalign.
gtk/deprecated/gtkmisc.c
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtkmisc.c
b/gtk/deprecated/gtkmisc.c
index bdd6eacccae90d55597ce14f6507f980fe8bc2b3..124516f697b369144654743e650b54501cd9c54b 100644
(file)
--- a/
gtk/deprecated/gtkmisc.c
+++ b/
gtk/deprecated/gtkmisc.c
@@
-219,7
+219,7
@@
gtk_misc_get_property (GObject *object,
*
* Sets the alignment of the widget.
*
- * Deprecated: 3.14: Use #GtkWidget
alignment and margi
n properties.
+ * Deprecated: 3.14: Use #GtkWidget
's alignment (#GtkWidget:halign and #GtkWidget:valign) and margin properties or #GtkLabel's #GtkLabel:xalign and #GtkLabel:yalig
n properties.
*/
void
gtk_misc_set_alignment (GtkMisc *misc,